﻿/*html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{padding:0;margin:0;}*/
#full-screen-slider {
	width: 100%;
	min-width: 1000px;
	height: 440px;
	float: left;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	/*background-image: url(../images/flash_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px
	;*/
}
#slides {
	display: block;
	width: 100%;
	height: 440px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {
	background-color: #FF6600;
}
